<!doctype html>
<html>

<head>
  <title>JavaScript BlackJack Game</title>
</head>

<body>
  <div id="game"></div>
  <script src="script.js"></script>
  <script>
  document.addEventListener('DOMContentLoaded',function(){
    console.log('ready');
  })
  
  </script>
</body>

</html>